home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1059.lha / Programs / MathPlot / Macros / Test4.rexx < prev    next >
OS/2 REXX Batch file  |  1994-12-15  |  341b  |  16 lines

  1. /* Test requestfile */
  2.  
  3. address "MPlot_ARexx"
  4. options results
  5.  
  6. requestfile
  7. say result rc rc2
  8.  
  9. requestfile 'title "This is the title" path ram: file myfile'
  10. say result rc rc2
  11.  
  12. requestfile 'title "This is the title" path ram: file myfile pattern "This is the pattern"'
  13. say result rc rc2
  14.  
  15. requestfile 'title "Save AS..." save'
  16. say result rc rc2